home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmAbout
- Caption = "About Bitmap Liner"
- Height = 1740
- Left = 1350
- LinkTopic = "Form1"
- ScaleHeight = 1335
- ScaleWidth = 4440
- Top = 1080
- Width = 4560
- Begin CommandButton cmdOK
- Caption = "&OK"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Arial"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 3480
- TabIndex = 0
- Top = 120
- Width = 735
- End
- Begin Label lblFree
- Caption = "(Free Software+Free Source)"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Arial"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000FF&
- Height = 255
- Left = 120
- TabIndex = 3
- Top = 840
- Width = 2775
- End
- Begin Label lblCopyright
- Caption = "(C) 1995 by Hitoshi Ozawa"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Arial"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 120
- TabIndex = 2
- Top = 480
- Width = 2895
- End
- Begin Label lblTitle
- Caption = "Bitmap Liner Ver 1.00E"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Arial"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 120
- TabIndex = 1
- Top = 120
- Width = 2415
- End
- Sub cmdOK_Click ()
- frmAbout.Hide 'hide About form
- End Sub
-